home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batkit50.zip / README.1ST < prev    next >
Text File  |  1988-07-16  |  2KB  |  36 lines

  1.  
  2.  
  3. BATKIT.ARC contains the following files:
  4.  
  5. * GETKEY.EXE      The GetKey program
  6. * SAVEDIR.COM     The SaveDir program
  7. * WAIT.COM        The Wait program
  8.   BATKIT.DOC      The BatKit documentation file
  9.   DEMO.GKF        A text file that demonstrates GetKey's features.  Used by
  10.                   BATDEMO.BAT or type: GETKEY /f"DEMO.GKF".
  11.   COLOTONE.GKF    A text file that displays all possible tone and
  12.                   color/attribute combinations.
  13.   COLOTONE.BAT    A batch file that uses COLOTONE.GKF
  14.   COLORS          A text file that displays all colors.
  15.                   (use GetKey /f"colors")
  16.   MSDEMO.GKF      A text file used by BATDEMO.BAT to illustrate screen
  17.                   captures by GETSCRN and MAKESCRN.
  18.   MENU.GKF        A text file containing menus for BATDEMO.BAT
  19.   GETKEY.RSP      A text file containing valid responses for BATDEMO.BAT.
  20.   BATDEMO.BAT     A batch file illustrating uses of GETKEY, WAIT, and
  21.                   SAVEDIR.
  22.  
  23. To see an overview of BATKIT and learn to use it, copy all of these files
  24. into a temporary subdirectory.  Then CD to that directory and run BATDEMO. 
  25. Please note that BATDEMO will insert variables into your environment.  If
  26. you have not expanded it, see BATKIT.DOC for instructions.  BATDEMO
  27. includes options for printing or viewing the DOC file.
  28.  
  29. These files are intended as a tutorial and examples to illustrate as many
  30. of the features of BATKIT as possible.  However, they are not a good
  31. example of how to set up a system.  For instance, you would normally use
  32. only one BAT file and only one screen text (GKF) file.
  33.  
  34. Once you have experimented with BATDEMO, you can copy the files marked with
  35. * to a directory on your path for regular use.  The rest of the files may
  36. be removed from your disk, since they are not required for actual use.